math/big.Float.setExpAndRound (method)

7 uses

	math/big (current package)
		float.go#L283: func (z *Float) setExpAndRound(exp int64, sbit uint) {
		float.go#L329: 		z.setExpAndRound(int64(z.exp)+int64(exp), 0)
		float.go#L617: 	z.setExpAndRound(int64(bits), 0)
		float.go#L1260: 	z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
		float.go#L1313: 	z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
		float.go#L1336: 	z.setExpAndRound(e-fnorm(z.mant), 0)
		float.go#L1381: 	z.setExpAndRound(e-fnorm(z.mant), sbit)